TextInputStream.Read Function

Reads Count bytes from the input stream and returns a String. If provided, the optional parameter Enc specifies the text encoding to be defined for the String to be read.

Syntax

result = TextInputStream.Read( Count, [enc] )

Parameters

Count

Integer

enc

TextEncoding (Optional)

Return Value

Result

String

Notes